SetIconCacheData
You can use theSetIconCacheData
function to set the data associated with an icon cache.
FUNCTION SetIconCacheData (theCache: Handle; theData: Ptr): OSErr;
theCache
- A handle to the icon cache whose data is to be set.
theData
- A pointer to the data to set.
DESCRIPTION
TheSetIconCacheData
function sets the data associated with the specified icon cache to the data identified bytheData
parameter.RESULT CODES
noErr 0 No error paramErr -50 The parameter theCache
must be a handle to an icon cache